Skip to content

Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0#204

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/org.xerial-sqlite-jdbc-3.51.3.0
Apr 6, 2026
Merged

Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0#204
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/org.xerial-sqlite-jdbc-3.51.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0.

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.51.3.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.51.3 (09e9741)
  • upgrade to sqlite 3.52.0 (64cf690)

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (5ad5155)
  • bump actions/upload-artifact from 6 to 7 (90c726f)
  • bump actions/download-artifact from 7 to 8 (17d4998)

deps-dev

  • bump org.jreleaser:jreleaser-maven-plugin (d4d5c04)

unscoped

  • set-version trigger CI after build native (89dfbc8)
  • set-version commit and trigger workflow (eed41ae)
  • set-version fix VERSION (22e5106)
  • set-version checks before enabling (4c34072)
  • add set-version workflow (97985f8)
  • fix ppc64le (49232ef)
  • use jdk 25 where possible (8460f63)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Commits
  • bf18ce1 chore(release): 3.51.3.0 [skip ci]
  • fe41e3e chore: update native libraries
  • 09e9741 feat(sqlite): upgrade to sqlite 3.51.3
  • 89dfbc8 ci: set-version trigger CI after build native
  • 64a3199 chore: update native libraries
  • 64cf690 feat(sqlite): upgrade to sqlite 3.52.0
  • eed41ae ci: set-version commit and trigger workflow
  • 22e5106 ci: set-version fix VERSION
  • 4c34072 ci: set-version checks before enabling
  • 97985f8 ci: add set-version workflow
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.51.2.0 to 3.51.3.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.51.2.0...3.51.3.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.51.3.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2026 10:50
@dependabot dependabot bot added the java Pull requests that update Java code label Apr 6, 2026
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions bot enabled auto-merge (squash) April 6, 2026 10:50
@github-actions github-actions bot merged commit c3cbb0a into main Apr 6, 2026
10 checks passed
@github-actions github-actions bot deleted the dependabot/maven/org.xerial-sqlite-jdbc-3.51.3.0 branch April 6, 2026 10:50
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

🤖 Claude Code Review

PR Code Review

This PR bumps the org.xerial:sqlite-jdbc dependency from 3.51.2.0 to 3.51.3.0 in pom.xml.


Code Quality

  • Style guide: Single-line version bump in pom.xml — no style concerns.
  • No commented-out code: N/A.
  • Meaningful variable names: N/A.
  • DRY principle: N/A.
  • Defects / bugs / security: Dependency update only. No logic changes. Patch version bump (3.51.2.03.51.3.0) is low-risk. No security concerns introduced.
  • CLAUDE.md: No project-configuration concerns raised by this change.

Testing

  • Unit/integration tests: No new code — existing tests cover SQLite usage. The test suite (which uses SQLite JDBC) will validate compatibility with the new version.
  • Edge cases / coverage: Not applicable for a dependency bump.

Documentation

  • README / API docs: No updates needed for a transitive dependency bump.
  • Inline comments: N/A.
  • CHANGELOG.md: Dependency bumps of this nature (automated Dependabot-style) typically do not require a CHANGELOG entry. No issue.
  • Markdown formatting: No Markdown files changed.

Security

  • No hardcoded credentials: N/A.
  • Input validation: N/A.
  • Error handling: N/A.
  • No sensitive data in logs: N/A.
  • No license files (.lic) checked in: None present in the diff.

Summary

Approved. This is a routine patch-level dependency bump with no logic changes. The change is minimal, low-risk, and well-scoped. No issues found.

Automated code review analyzing defects and coding standards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant